McCamTable.SlaveAbsolute property

Chooses the absolute or relative coordinates for the slave axis. 1 = absolute, 0 = relative coordinates. By default, it is 0.

Absolute coordinates: every position is counted from zero.

Relative coordinates: the position is counted from the previous position in the table.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public bool SlaveAbsolute { get; set; }
Public Property SlaveAbsolute As Boolean

Property value

Type: bool

See also

McCamTable Class

IntervalZero.KINGSTAR.Base.Api Namespace